All Questions
1 question
3votes
1answer
3kviews
Set a font for a UITextView if the font is nil or not equal to desired font
Main question I am setting a font for a UITextView that is a subview in a custom view. I only set it if the user didn't specify the font size in the Interface Builder. I have the following working ...